ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewBatchEditRequest<T> Class / Skip Property

In This Topic
    Skip Property (CollectionViewBatchEditRequest<T>)
    In This Topic
    Gets or sets the skip items' count from the start.
    Syntax
    'Declaration
     
    
    Public Property Skip As Integer
    public int Skip {get; set;}
    See Also